@charset "utf-8";
@import url('font.css');

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.95em;height:100%;font-family:'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family:'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button, input[type=submit] {cursor:pointer}
input[type=text], input[type=password], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 아이폰 기본스타일 제거 */
input, textarea {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none;  appearance: none;   color:#333; background: #fff url('/img/gnb_bg.gif') no-repeat right center;}
select::-ms-expand {  display:none;}

input[type=checkbox] {accent-color:#1b0075; appearance:checkbox;}
input[type=radio] {accent-color:#1b0075; appearance:radio;}

::selection {background:#555; color:#fff;}

 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

@media (max-width:639px){ 
   #hd_pop {width:100% !important;}
   .hd_pops, .hd_pops img, .hd_pops_con {width:100% !important; max-width:320px !important; height:auto !important;}
   .hd_pops {top:66px !important; left:0 !important; padding:5px; background:none;}
   .hd_pops_footer button {font-size:12px;}
}
/* 메인 상단 레이아웃 */
#hd {width:100%; height:100px; z-index:999; border-bottom:1px solid rgba(255,255,255,0); transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#hd.hd_main {position:fixed;}
#hd.scroll {position:fixed; top:0;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto; width:96%; height:100px; zoom:1; display:flex; justify-content:space-between; align-items:center; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}

#hd #logo img {width:110px;  transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}

#hd.hd_main #logo {filter:brightness(0) invert(1);}
#hd.hd_main .gnb_1da {color:#fff;}

#gl_wrap {width:80%; max-width:900px; display:flex; justify-content:space-between; align-items:center;}

#language {position:relative; width:80px; height:34px;}
#language ul.drop {position:absolute; top:0; width:80px; height:34px; border-radius:18px; overflow:hidden; border:2px solid #111; background:#fff; transition:height 0.2s; -webkit-transition:height 0.2s; -moz-transition:height 0.2s; -o-transition:height 0.2s;}
#language:hover ul.drop {height:64px;}
#language ul.drop li {width:100%; line-height:30px;}
#language ul.drop li a {width:100%; padding:0 18px; font-size:14px; font-weight:500;}
#language ul.drop li:first-child a {display:flex; justify-content:space-between; align-items:center;}
#language ul.drop li:hover {background:#f5f5f5;}

#hd.hd_main ul.drop {border:2px solid #fff; background:none;}
#hd.hd_main ul.drop li a {color:#fff;}

#hd:hover, #hd.scroll {background:#fff; border-bottom:1px solid #e7e7e7;}
#hd:hover #logo, #hd.scroll #logo {filter:none;}
#hd:hover #logo img, #hd.scroll #logo img {filter:none;}
#hd:hover .gnb_1da, #hd.scroll .gnb_1da {color:#000;}
#hd.hd_main:hover ul.drop, #hd.hd_main.scroll ul.drop {color:#111; border-color:#111; background:#fff;}
#hd.hd_main:hover ul.drop li a, #hd.hd_main.scroll ul.drop li a {color:#000;}


@media (max-width: 1399px){
	
 }
 
@media (max-width: 969px){
	#hd {height:80px; border-bottom:1px solid rgba(255,255,255,0.4);}
	
	#hd.hd_main {position:relative}
	#hd.hd_main.scroll {position:fixed; top:0; border-bottom:1px solid #e7e7e7;}
	#hd.hd_main #logo {filter:none;}
	#hd.hd_main ul.drop {border:2px solid #111; background:none;}
	#hd.hd_main ul.drop li a {color:#111;}
	
	#hd_wrapper {height:80px;}
	#hd #logo img {width:100px;}
	#gl_wrap {width:auto;}
	#language button, #language .drop a {padding:0 16px;}
 }

@media (max-width:639px){ 
	#hd {height:65px;} 
	/*#hd.hd_main {border-bottom:1px solid rgba(255,255,255,0.3);} */
	#hd_wrapper {height:65px; padding:0 0 0 10px; width:100%;}
	#hd #logo img {width:92px;}   
	#language {width:70px;}
	#language ul.drop {width:70px;}
	#language .drop a {padding:0 13px; font-weight:500;}
 }

@media (max-width:399px){ 
	#hd #logo img {width:90px;}
 }


/* 메인메뉴 */
#gnb {position:relative; width:90%; max-width:800px; }
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb #gnb_1dul {font-size:19px; display:flex; justify-content:space-between; zoom:1;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {line-height:100px;padding:0; min-width:90px; max-width:16.6666%; text-align:center;position:relative; height:100px;}
.gnb_1dli .bg {display:inline-block;height:10px;overflow:hidden;text-indent:-999px}
.gnb_1dli{border-bottom-style:solid; border-bottom-color:#fff; border-bottom-width:0px;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid #1b0075;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:hover::before{content : ""; position:absolute; left:50%; transform: translateX(-50%); bottom:0px; height:1px; width:100%; border-bottom:3px solid #1b0075;
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:last-child {display:none;}

.gnb_1da {display:inline-block;font-weight:400;color:#000;text-decoration:none;width:100%}
.gnb_2dli {}
.gnb_2dul {display:none;position:absolute;top:100px;min-width:150px;background:#fafafa;}
.gnb_2da {display:block;line-height:40px; font-size:16px; color:#777; font-weight:400; text-align:center;text-decoration:none; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#333;}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#444}
.gnb_wrap .gnb_empty a{color:#444;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#all_cate {position:absolute;width:100%;z-index:50;top:100px;height:0px; max-height:300px;background-color:rgba(255,255,255,1);display:none; border-bottom:1px solid #e7e7e7;}
#all_cate div {position:relative;}
.cate_1dli {display: inline-block;margin: 0 20px;width:85px}
.cate_2dli:last-child{ padding-bottom: 0px;}
.cate_2dli {line-height: 28px;font-size: 13px;padding-left: 15px;}
.cate_2dul{display:none;position: absolute;top:100px;left: 0;width: 100%;overflow: hidden;z-index: 9999; padding:8px 0; color:#fff;}


/* 메뉴2 */
#gnb_open {display:none; width:50px;border:0; height:50px; margin-left:15px; color:#fff; border:0px solid #fff; font-size:18px; background:#1b0075;} 

#gnb2 {position:fixed;top:0;right:-300px;height:100%; background:#fff; z-index:99999; width:300px; box-shadow:2px 2px 7px rgba(0,0,0,0.3);transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
#gnb2 .btn_close {position:absolute;top:7px;right:0;width:50px;height:50px;border:0;background:none;color:#ccc; font-size:20px;}
#gnb2 .gnb_top {width:100%; height:70px; background:#fff;}
#gnb2 .gnb_tnb {padding:0 10px;}
#gnb2 .gnb_tnb li {display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a {color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul {}
#gnb2_1dul .gnb2_1dli {position:relative;}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da {padding:0 20px;display:block;color:#000; font-size:17px; line-height:55px; cursor:pointer;}
#gnb2_1dul .gnb2_2dul {display:none; background:#fafafa; border-bottom:1px solid #f1f1f1; border-top:1px solid #f1f1f1; padding:5px 0;}
#gnb2_1dul .gnb2_2da {color:#555; font-size:16px;padding:0 20px;font-weight:normal;white-space: nowrap;line-height:35px; display:block;}
#gnb2_1dul .gnb2_1dli:last-child {display:none;}


@media (max-width: 1399px){	
}

@media (max-width: 969px){
    #gnb {display:none;}
	#gnb_open {display:inline-block;}
	#gnb {width:75%;}
	#gnb .gnb_1dli {line-height:80px; height:80px;}
	#gnb #gnb_1dul {font-size:18px;}
 }

@media (max-width:639px){
	#gnb_open {width:65px;height:65px;}
	#gnb2 .btn_close {top:7px;}
	#gnb2 .gnb_top {height:65px;}
	#gnb2_1dul .gnb2_1da {font-size:17px; line-height:45px;}
	#gnb2_1dul .gnb2_2da {font-size:15px; line-height:32px;}
 }

/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {width:100%; padding:145px 0; text-align:center; color:#fff; background:url('/images/sv.jpg') center center no-repeat; background-size:cover;}
#container_title h2 {font-size:58px; font-weight:800;}
#container_title p {font-size:20px; margin-top:25px; font-weight:300; opacity:0.8; word-break:keep-all;}
#container_title p span {display:inline-block;}
#container_title.sv01 {background:url('/images/sv_01.jpg') center center no-repeat; background-size:cover;}
#container_title.sv02 {background:url('/images/sv_02.jpg') center center no-repeat; background-size:cover;}
#container_title.sv03 {background:url('/images/sv_03.jpg') center center no-repeat; background-size:cover;}
#container_title.sv04 {background:url('/images/sv_04.jpg') center center no-repeat; background-size:cover;}
#container_title.sv05 {background:url('/images/sv_05.jpg') center center no-repeat; background-size:cover;}
#container_title.sv06 {background:url('/images/sv_06.jpg') center center no-repeat; background-size:cover;}

#container {position:relative; min-height:300px; width:96%; max-width:1200px; margin:80px auto 140px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

@media (max-width: 969px){
	#container_title {padding:100px 0;}
	#container_title h2 {font-size:40px;}
	#container_title p {font-size:18px; margin-top:20px;}
	#container {margin:40px auto 80px;}
}
@media (max-width:639px){
	#container_title {padding:50px 0;}
	#container_title h2 {font-size:27px;}
	#container_title p {font-size:15px; line-height:22px; margin-top:16px;}
	#container_title p span {display:block;}
	#container {width:100%; padding:0 15px; margin:25px auto 40px;}
}
@media (max-width:399px){
	#container_title {padding:40px 0;}
	#container_title h2 {font-size:25px;}
	#container_title p {font-size:14px; line-height:20px; margin-top:14px;}
	#container {padding:0 12px; margin:20px auto 35px;}
}

/* 메인 페이징 */ 
#mpaging {position:fixed; right:30px; top:50%; margin-top:-70px; z-index:9999;}
#mpaging li {margin:5px 0;}
#mpaging li > a {height:15px; display:flex; align-items:center; justify-content:center;}
#mpaging li > a > span {display:inline-block; width:11px; height:11px; border-radius:50%; border:1px solid #fff;}
#mpaging li.on > a > span {width:15px; height:15px; background:#fff;}

@media (max-width: 1399px){
	#mpaging {right:20px;}
 }
@media (max-width: 1199px){
	#mpaging {display:none;}
 }
 
/* 메인 레이아웃 */
#section00 {padding:56.25% 0 0 0;position:relative; background-color:#000;}
#section00 iframe {position:absolute;top:0;left:0;width:100%;height:100%; background-color:#011541; opacity:0.8;}
/*#section00 {width:100%; height:100vh; display:flex; align-items:center; background:url('/images/main_visual.jpg') center center no-repeat; background-size:cover;}
#section00 .txt {width:90%; max-width:1200px; margin:0 auto; text-align:center;}
#section00 .txt h4 {font-family:'KIMM_Bold'; font-size:100px; color:#fff; word-break:keep-all;}
#section00 .txt p {font-size:24px; color:#fff; font-weight:500; margin-top:30px; word-break:keep-all;}*/

#section01 {display:flex; align-items:center; height:100vh; overflow:hidden; background:url('/images/section01_bg.jpg') left center no-repeat; background-size:50% 100%;}
#section01 .inner {width:94%; max-width:1800px; margin:0 auto;}

#section02 {display:flex; height:100vh; overflow:hidden;}
#section02 > div {position:relative; width:33.3333%; height:100%;display:flex; justify-content:center; align-items:center;}
#section02 div.esg {background:url('/images/section02_bn01.jpg') center center no-repeat; background-size:cover;}
#section02 div.ethic {background:url('/images/section02_bn02.jpg') center center no-repeat; background-size:cover;}
#section02 div.report {background:url('/images/section02_bn03.jpg') center center no-repeat; background-size:cover;}
#section02 > div .txt {text-align:center;}
#section02 > div .txt h4 {font-size:40px; color:#fff;}
#section02 > div .txt p {font-size:20px; font-weight:300; color:#fff; margin:30px 0 40px;}
#section02 > div .txt a.go_btn {font-family:'S-CoreDream'; display:inline-block; width:60px; height:60px; line-height:58px; font-size:22px; font-weight:400; color:#fff; border-radius:50%; border:1px solid #fff; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section02 > div .txt a.go_btn:hover {background:#1b0075; border-color:#1b0075;}

#section03 {display:flex; align-items:center; height:100vh; overflow:hidden; background:url('/images/section03_bg.jpg') center center no-repeat; background-size:cover;}
#section03 .inner {width:94%; max-width:1200px; margin:0 auto;}

#section04 {display:flex; align-items:center; height:100vh; overflow:hidden; background:#f5f5f5;}
#section04 .inner {width:92%; margin:0 auto; display:flex; justify-content:space-between; align-items:center;}
#section04 .tit_box {width:32%;}
#section04 .tit_box h3 {font-size:48px; font-weight:800;}
#section04 .tit_box p {font-size:18px; line-height:28px; color:#333; margin:20px 0 100px; word-break:keep-all;}
#section04 .tit_box a.go_btn {font-family:'S-CoreDream'; display:inline-block; width:60px; height:60px; line-height:60px; text-align:center; font-size:22px; font-weight:400; color:#fff; border-radius:50%; background:#1b0075; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section04 .tit_box a.go_btn:hover {background:#b199ff;}
#section04 .img_box {position:relative; width:65%; height:100vh; display:flex; justify-content:space-between;}
#section04 .img_box .img01 {position:absolute; top:0; left:0; width:56%; max-width:600px;}
#section04 .img_box .img02 {position:absolute; bottom:0; right:0; width:40%; max-width:600px;}

#section05 {display:flex; align-items:center; height:100vh; overflow:hidden; background:url('/images/section05_bg.jpg') center center no-repeat; background-size:cover;}
#section05 .inner {width:94%; max-width:1200px; margin:0 auto; text-align:center;}
#section05 h3 {font-size:46px; line-height:65px; color:#fff; font-weight:500;}
#section05 a.more_btn {display:inline-block; margin:40px auto 50px; padding:14px 60px; font-size:16px; color:#fff; font-weight:500; border-radius:30px; border:1px solid #fff; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section05 a.more_btn:hover {color:#fff; background:#b199ff; border-color:#b199ff;}
#section05 ul.icon_box {display:flex; flex-wrap:wrap; justify-content:space-between;}
#section05 ul.icon_box li {width:23%; padding:60px 20px; border:1px solid rgba(255,255,255,0.4);}
#section05 ul.icon_box li img {height:65px;}
#section05 ul.icon_box li p {font-size:21px; margin-top:30px; color:#fff; font-weight:500;}
#section05 ul.icon_box li p span {color:#b199ff;}


@media (max-width: 1679px){
	#section00 {width:100%; height:100vh; overflow:hidden;}
	#section00 iframe {width:120%; left:50%; transform:translateX(-50%);}
}

@media (max-width: 1399px){
	#section04 .img_box {height:auto;}
	#section04 .img_box .img01 {position:relative; top:auto; left:auto;}
	#section04 .img_box .img02 {position:relative; bottom:auto; right:auto;}
 }
 
 
@media (max-width: 1199px){
	#section00 {height:100%;}
	
	#section01 {padding:120px 0; height:100%; overflow:inherit; display:block;}
	#section01 .inner {width:92%;}
	
	#section02 {height:100%;}
	#section02 > div {padding:200px 20px;}
	
	#section03 {padding:120px 0; height:100%; display:block;}	
	#section04 {padding:120px 0; height:100%; display:block;}	
	#section05 {padding:120px 0; height:100%; display:block;}
 }
 
@media (max-width: 969px){
	/*#section00 .txt h4 {font-size:84px;}
	#section00 .txt p {max-width:500px; margin:30px auto 0; font-size:21px; line-height:32px;}*/
	
	#section01 {padding:90px 0; background-size:56% 100%;}
	
	#section02 > div {padding:140px 0;}
	#section02 > div .txt h4 {font-size:34px;}
	#section02 > div .txt p {font-size:17px; margin:25px 0 35px;}
	#section02 > div .txt a.go_btn {width:50px; height:50px; line-height:48px; font-size:20px;}
	
	#section03 {padding:90px 0;}
	
	#section04 {padding:90px 0;}
	#section04 .inner {width:94%; display:block;}
	#section04 .tit_box {width:100%; position:relative;}
	#section04 .tit_box h3 {font-size:42px;}
	#section04 .tit_box p {font-size:17px; line-height:26px; margin:20px 0 50px; max-width:80%;}
	#section04 .tit_box a.go_btn {position:absolute; right:0; bottom:0; width:50px; height:50px; line-height:50px; font-size:20px;}
	#section04 .img_box {width:100%;}
	#section04 .img_box .img01 {width:49%;}
	#section04 .img_box .img02 {width:49%;}
	
	#section05 {padding:90px 0;}
	#section05 h3 {font-size:38px; line-height:54px;}
	#section05 a.more_btn {margin:35px auto 45px; padding:14px 50px; font-size:15px;}
	#section05 ul.icon_box li {padding:45px 15px;}
	#section05 ul.icon_box li img {height:60px;}
	#section05 ul.icon_box li p {font-size:19px;}
 }
 
 @media (max-width: 729px){
	#section00 iframe {width:400%;}
 }

@media (max-width:639px){ 
	/*#section00 {height:600px;}
	#section00 .txt h4 {font-size:58px;}
	#section00 .txt p {max-width:420px; margin:25px auto 0; font-size:17px; line-height:26px;}*/
	
	#section01 {padding:50px 0; background-size:cover;}
	
	#section02 {display:block;}
	#section02 > div {width:100%; padding:54px 20px;}
	#section02 > div.esg, #section02 > div.ethic, #section02 > div.report {background-position:center 75%;}
	#section02 > div .txt h4 {font-size:27px;}
	#section02 > div .txt p {font-size:15px; margin:14px 0 26px;}
	#section02 > div .txt a.go_btn {width:45px; height:45px; line-height:42px; font-size:16px;}
	
	#section03 {padding:50px 0;}
	
	#section04 {padding:50px 0;}
	#section04 .tit_box h3 {font-size:30px;}
	#section04 .tit_box p {font-size:15px; line-height:22px; margin:15px 0 35px;}
	#section04 .tit_box a.go_btn {width:45px; height:45px; line-height:45px; font-size:16px;}
	#section04 .img_box .img01 {width:48.5%;}
	#section04 .img_box .img02 {width:48.5%;}
	
	#section05 {padding:50px 0;}
	#section05 h3 {font-size:24px; line-height:36px;}
	#section05 a.more_btn {margin:25px auto 35px; padding:12px 40px; font-size:14px;}
	#section05 ul.icon_box li {width:48%; margin:1%; padding:35px 15px;}
	#section05 ul.icon_box li img {height:50px;}
	#section05 ul.icon_box li p {font-size:16px; margin-top:25px;}

 }

@media (max-width:399px){
	/*#section00 {height:540px;} 
	#section00 .txt h4 {font-size:48px;}
	#section00 .txt p {max-width:420px; margin:20px auto 0; font-size:16px; line-height:24px;}*/
	
	#section01 {padding:40px 0;}
	
	#section02 > div {padding:45px 20px;}
	#section02 > div .txt h4 {font-size:25px;}
	#section02 > div .txt a.go_btn {width:42px; height:42px; line-height:40px; border:1px solid #fff;}
	
	#section03 {padding:45px 0;}
	
	#section04 {padding:45px 0;}
	#section04 .tit_box h3 {font-size:28px;}
	#section04 .tit_box p {font-size:14px; line-height:20px; margin:12px 0 30px;}
	#section04 .tit_box a.go_btn {width:42px; height:42px; line-height:42px;}
	
	#section05 {padding:45px 0;}
	#section05 h3 {font-size:22px; line-height:32px;}
	#section05 a.more_btn {margin:20px auto 30px; padding:11px 30px;}
	#section05 ul.icon_box li {padding:30px 15px;}
	#section05 ul.icon_box li img {height:45px;}
	#section05 ul.icon_box li p {font-size:15px;}

 }


/* 서브 레이아웃 */
.cl_indigo {color:#1b0075 !important;}
.cl_mgt {color:#b2006e !important;}

.mt30 {margin-top:30px;}
.mt60 {margin-top:60px;}
.mt100 {margin-top:100px;}
.mb10 {margin-bottom:10px !important;}
.mb30 {margin-bottom:30px;}

h4.stit {font-size:34px; line-height:50px; margin-bottom:30px; color:#111; font-weight:800; word-break:keep-all;} 
h4.stit span.stxt {display:inline-block; margin-left:5px; font-size:0.72em; color:#777; font-weight:500;}

.ctt_provision, .ctt_privacy {padding:35px !important; font-size:17px; line-height:25px; border-radius:12px; background:#f8f8f8; border:1px solid #f1f1f1;}
.ctt_provision b, .ctt_privacy b  {font-weight:600; display:inline-block; margin-bottom:4px;}

#greeting {}
#greeting h4.stit {margin-bottom:0 !important;}
#greeting p.ttxt {font-size:22px; font-weight:500; line-height:35px; color:#111; margin:30px 0 50px; word-break:keep-all;}
#greeting .txt {margin-top:50px;}
#greeting .txt p {font-size:19px; line-height:30px; margin-top:30px; color:#333; word-break:keep-all;}
#greeting .txt p.thk_txt {margin-top:0px;}
#greeting .txt p.sign {margin-top:50px; color:#111;}

#customer { text-align:center;}
#customer .img { margin-bottom:40px;}
#customer .img img {width:150px;}
#customer p.ttxt {margin:30px 0;}
#customer a.tel {display:inline-block; font-size:24px; font-weight:800; color:#fff; padding:15px 30px; border-radius:30px; background:#1b0075;}

#vision {}
#vision p.vs_txt {font-size:22px; color:#666; word-break:keep-all;}
#vision p.vs_txt b {font-weight:600; color:#1b0075;}
#vision ul.ms_wrap {display:flex; flex-wrap:wrap;}
#vision ul.ms_wrap li {width:48%; margin:1%; padding:45px 40px; border-radius:20px; border:1px solid #ddd;}
#vision ul.ms_wrap li img {height:65px;}
#vision ul.ms_wrap li h5 {font-size:25px; margin-top:30px; color:#b2006e;}
#vision ul.ms_wrap li h6 {font-size:20px; margin:15px 0 25px; color:#111; font-weight:500;}
#vision ul.ms_wrap li p {font-size:19px; line-height:28px; color:#333; word-break:keep-all;}

#location {}
#location .root_daum_roughmap_landing {width:100% !important; border-bottom:1px solid #dfdfdf;}
#location .root_daum_roughmap .wrap_controllers {display:none;}
#location ul.info_box {margin-top:40px;}
#location ul.info_box li {display:flex; align-items:center; margin-bottom:20px;}
#location ul.info_box li:last-child {margin-bottom:0;}
#location ul.info_box li .icon {width:20%; max-width:100px; height:100px; line-height:100px; text-align:center; border-radius:50%; background:#f5f5f5;}
#location ul.info_box li .icon i {color:#111;}
#location ul.info_box li .icon i.fa-map-marker {font-size:22px;}
#location ul.info_box li .icon i.fa-car {font-size:20px;}
#location ul.info_box li .txt {width:80%; padding-left:25px;}
#location ul.info_box li .txt h6 {font-size:18px; color:#333;}
#location ul.info_box li .txt p {font-size:18px; margin-top:12px; color:#777; word-break:keep-all;}
#location ul.info_box li .txt.add2 {width:100%; display:flex; justify-content:space-between;}
#location ul.info_box li .txt.add2 > div {width:48%;}

.business {}
.business p.info_txt {font-size:19px; line-height:30px; color:#666; word-break:keep-all;}
.business h5.itit {font-size:26px; margin-bottom:28px; color:#111;}
.business .img_box {width:100%; padding:40px; text-align:center; border-radius:20px; border:1px solid #ddd;}
.business .img_box img {width:100%; max-width:380px;}
.business ul.chk_list {padding:30px; border-radius:10px; background:#f8f8f8; border:1px solid #f1f1f1;}
.business ul.chk_list li {position:relative; padding-left:24px; font-size:18px; line-height:26px; margin-bottom:8px; color:#111; word-break:keep-all;}
.business ul.chk_list li:before {position:absolute; left:0; content:'✓'; color:#b2006e;}
.business ul.chk_list li:last-child {margin-bottom:0;}

#pm_rnd {}
#pm_rnd  ul.ibox_wrap {width:100%; border-top:1px solid #ddd;}
#pm_rnd  ul.ibox_wrap li {width:100%; padding:40px 10px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #ddd;}
#pm_rnd  ul.ibox_wrap li .txt {width:38%;}
#pm_rnd  ul.ibox_wrap li .txt h5.itit {line-height:38px;}
#pm_rnd  ul.ibox_wrap li .txt p {font-size:18px; line-height:28px; color:#333; word-break:keep-all;}
#pm_rnd  ul.ibox_wrap li .txt p span {display:inline-block;}
#pm_rnd  ul.ibox_wrap li .img {width:58%; display:flex; justify-content:space-between;}
#pm_rnd  ul.ibox_wrap li .img .imgbox {width:49%; padding:30px; display:flex; justify-content:center; align-items:center; border-radius:12px; border:1px solid #e7e7e7;}
#pm_rnd .prc_img {text-align:center;}
#pm_rnd .prc_img a.img_view {display:none; margin-top:25px; font-size:14px; color:#555; padding:10px 20px; border-radius:6px; background:#f8f8f8; border:1px solid #ddd;}

#cm_rnd {}
#cm_rnd .pd_img {width:100%; padding:40px; margin:60px auto; text-align:center; border-radius:15px; border:1px solid #ddd;}
#cm_rnd .dfr_icon {display:flex; justify-content:space-between;}
#cm_rnd .dfr_icon li {width:32.3333%; padding:40px 20px; text-align:center; border-radius:15px; border:1px solid #ddd;}
#cm_rnd .dfr_icon li img {height:100px;}
#cm_rnd .dfr_icon li p {font-size:18px; line-height:28px; margin-top:30px; color:#333; word-break:keep-all;}
#cm_rnd .mgn_img {margin:60px auto; display:flex; justify-content:space-between;}
#cm_rnd .mgn_img li {width:49%; text-align:center; border-radius:15px; border:1px solid #ddd; background:#f8f8f8; overflow:hidden;}
#cm_rnd .mgn_img li img {}
#cm_rnd .mgn_img li p {font-size:20px; font-weight:500; padding:20px;}
#cm_rnd .dfr_tb {display:flex;}
#cm_rnd .dfr_tb > div {width:25%; text-align:center; border:2px solid #fff;}
#cm_rnd .dfr_tb > div h6 {padding:20px 0; font-size:20px; font-weight:600; background:#edebf4;}
#cm_rnd .dfr_tb > div ul {}
#cm_rnd .dfr_tb > div ul li {font-size:19px; padding:20px 0; border-bottom:1px solid #ddd;}
#cm_rnd .dfr_tb > div ul li b {font-weight:500;}
#cm_rnd .dfr_tb > div.point {border-color:#b199ff;}
#cm_rnd .dfr_tb > div.point h6 {color:#fff; background:#1b0075;}

#esg {border-top:1px solid #ddd;}
#esg .gr_box {padding:40px 0; display:flex; border-bottom:1px solid #ddd;}
#esg .gr_box .tit {width:25%; padding:0 20px;}
#esg .gr_box .tit h4 {font-size:25px;}
#esg .gr_box .tit p {font-size:20px; margin:20px 0 40px;}
#esg .gr_box .tit img {height:94px;}
#esg .gr_box .cont_wrap {width:75%; display:flex;}
#esg .gr_box .cont_wrap .box {width:33.3333%; padding:0 20px;}
#esg .gr_box .cont_wrap .box .img {}
#esg .gr_box .cont_wrap .box .txt {margin-top:30px;}
#esg .gr_box .cont_wrap .box .txt h5 {font-size:20px; font-weight:600; word-break:keep-all;}
#esg .gr_box .cont_wrap .box .txt ul {margin-top:20px;}
#esg .gr_box .cont_wrap .box .txt ul li {padding-left:15px; position:relative; font-size:19px; line-height:25px; margin:5px 0; color:#555; word-break:keep-all;}
#esg .gr_box .cont_wrap .box .txt ul li:before {position:absolute; left:0; content:'·';}
#esg .gr_box .cont_wrap .box .txt ul li span {display:inline-block;}

#ethic {}
#ethic ul.eth_ct {width:100%; border-top:2px solid #ddd;}
#ethic ul.eth_ct li {width:100%; padding:35px 10px; display:flex; border-bottom:1px solid #ddd;}
#ethic ul.eth_ct li h6 {width:25%; font-size:20px; font-weight:600; color:#1b0075;}
#ethic ul.eth_ct li p {width:75%; font-size:19px; line-height:28px; color:#222; word-break:keep-all;}

#pss {}
#pss ul.aces {margin-top:30px; display:flex; justify-content:space-between;}
#pss ul.aces li {width:24%; padding:35px; border:1px solid #ddd; border-radius:15px;}
#pss ul.aces li b {font-size:40px;}
#pss ul.aces li:nth-child(1) b {color:#1b0075;}
#pss ul.aces li:nth-child(2) b {color:#b2006e;}
#pss ul.aces li:nth-child(3) b {color:#2e7c2a;}
#pss ul.aces li:nth-child(4) b {color:#7c6bfb;}
#pss ul.aces li h6 {font-size:22px; margin:20px 0;}
#pss ul.aces li p {font-size:18px; line-height:24px; color:#222; margin:4px 0; word-break:keep-all;}
#pss ul.step_wrap {display:flex; flex-wrap:wrap;}
#pss ul.step_wrap li {margin-bottom:20px;}
#pss ul.step_wrap li:nth-child(odd) {width:28%; padding:35px; border:1px solid #ddd; border-radius:15px;}
#pss ul.step_wrap li:nth-child(even) {width:5.3333%; font-size:20px; color:#999; display:flex; justify-content:center; align-items:center;}
#pss ul.step_wrap li img {height:55px;}
#pss ul.step_wrap li h6 {font-size:20px; margin:25px 0 20px; font-weight:600;}
#pss ul.step_wrap li p {font-size:18px; line-height:24px; color:#222; word-break:keep-all;}
#pss ul.step_wrap li p.adtxt {font-size:16px; line-height:20px; margin-top:4px; color:#666;}

#welfare {}
#welfare ul.wfbox {display:flex; justify-content:space-between;}
#welfare ul.wfbox li {width:19%; padding:30px; border-radius:15px; text-align:center; border:1px solid #ddd;}
#welfare ul.wfbox li img {height:90px;}
#welfare ul.wfbox li .txt {}
#welfare ul.wfbox li .txt h6 {font-size:19px; margin:25px 0 20px; color:#1b0075; font-weight:600; word-break:keep-all;}
#welfare ul.wfbox li .txt p {font-size:17px; line-height:24px; color:#222; word-break:keep-all;}
#welfare ul.wfbox li .txt p span {display:inline-block;}


@media (max-width: 1199px){
	#esg .gr_box .tit {padding:0 10px;}
	#esg .gr_box .cont_wrap .box {padding:0 10px;}
	
	#welfare ul.wfbox li {padding:30px 25px;}
	
}

@media (max-width: 969px){
	.mt30 {margin-top:25px;}
	.mt60 {margin-top:40px;}
	.mt100 {margin-top:70px;}
	.mb30 {margin-bottom:25px;}

	.ctt_provision, .ctt_privacy {padding:30px !important; font-size:16px; line-height:22px;}
	
	h4.stit {font-size:28px; line-height:38px; margin-bottom:20px;}
	
	#greeting p.ttxt {font-size:19px; line-height:30px; margin:20px 0 40px;}
	#greeting .txt {margin-top:40px;}
	#greeting .txt p {font-size:17px; line-height:26px; margin-top:25px;}
	#greeting .txt p.sign {margin-top:40px;}
	
	#customer .img { margin-bottom:30px;}
	#customer .img img {width:140px;}
	#customer p.ttxt {margin:15px 0 26px;}
	#customer a.tel {font-size:20px;}
	
	#vision p.vs_txt {font-size:20px;}
	#vision ul.ms_wrap li {padding:35px; border-radius:18px;}
	#vision ul.ms_wrap li img {height:60px;}
	#vision ul.ms_wrap li h5 {font-size:22px; margin-top:30px;}
	#vision ul.ms_wrap li h6 {font-size:19px; margin:15px 0 20px; }
	#vision ul.ms_wrap li p {font-size:17px; line-height:26px;}	
	
	#location .root_daum_roughmap_landing {height:400px;}
	#location ul.info_box {margin-top:35px;}
	#location ul.info_box li .icon {max-width:90px; height:90px; line-height:90px;}
	#location ul.info_box li .icon i.fa-map-marker {font-size:21px;}
	#location ul.info_box li .icon i.fa-car {font-size:18px;}
	#location ul.info_box li .txt {padding-left:20px;}
	#location ul.info_box li .txt h6 {font-size:17px;}
	#location ul.info_box li .txt p {font-size:17px; line-height:25px; margin-top:10px;}
	
	.business p.info_txt {font-size:17px; line-height:26px;}
	.business h5.itit {font-size:24px; margin-bottom:25px;}
	.business .img_box {padding:35px; border-radius:18px;}
	.business .img_box img {max-width:340px;}
	.business ul.chk_list {padding:25px; border-radius:8px;}
	.business ul.chk_list li {padding-left:23px; font-size:16px; line-height:22px; margin-bottom:6px;}
		
	#pm_rnd  ul.ibox_wrap li {padding:30px 10px; display:block;}
	#pm_rnd  ul.ibox_wrap li .txt {width:100%;}
	#pm_rnd  ul.ibox_wrap li .txt h5.itit {line-height:35px;}
	#pm_rnd  ul.ibox_wrap li .txt p {font-size:17px; line-height:26px;}
	#pm_rnd  ul.ibox_wrap li .img {width:100%; margin-top:30px;}
	
	#cm_rnd .pd_img {padding:30px; margin:40px auto; border-radius:12px;}
	#cm_rnd .dfr_icon li {padding:35px 15px; border-radius:12px;}
	#cm_rnd .dfr_icon li img {height:95px;}
	#cm_rnd .dfr_icon li p {font-size:17px; line-height:26px; margin-top:25px;}
	#cm_rnd .mgn_img {margin:40px auto;}
	#cm_rnd .mgn_img li {border-radius:12px;}
	#cm_rnd .mgn_img li p {font-size:18px;}
	#cm_rnd .dfr_tb > div h6 {font-size:18px; padding:18px;}
	#cm_rnd .dfr_tb > div ul li {font-size:17px; padding:18px;}
	
	#esg .gr_box {padding:30px 0;}
	#esg .gr_box .tit {padding:0 5px;}
	#esg .gr_box .tit h4 {font-size:22px;}
	#esg .gr_box .tit p {font-size:18px; margin:16px 0 35px;}
	#esg .gr_box .tit img {height:85px;}
	#esg .gr_box .cont_wrap .box {padding:0 5px;}
	#esg .gr_box .cont_wrap .box .txt {margin-top:25px;}
	#esg .gr_box .cont_wrap .box .txt h5 {font-size:18px;}
	#esg .gr_box .cont_wrap .box .txt ul {margin-top:15px;}
	#esg .gr_box .cont_wrap .box .txt ul li {padding-left:13px; font-size:17px; line-height:23px;}
	
	#ethic ul.eth_ct li {padding:25px 5px; display:block;}
	#ethic ul.eth_ct li h6 {width:100%; font-size:19px;}
	#ethic ul.eth_ct li p {width:100%; font-size:18px; line-height:24px; margin-top:12px;}
	
	#pss ul.aces {margin-top:25px; flex-wrap:wrap;}
	#pss ul.aces li {width:48%; margin:1%; padding:30px; border-radius:12px;}
	#pss ul.aces li b {font-size:37px;}
	#pss ul.aces li h6 {font-size:21px; margin:16px 0;}
	#pss ul.aces li p {font-size:17px; line-height:22px;}
	#pss ul.step_wrap li {margin-bottom:15px;}
	#pss ul.step_wrap li:nth-child(odd) {width:45%; padding:30px; border-radius:12px;}
	#pss ul.step_wrap li:nth-child(even) {width:5%;}
	#pss ul.step_wrap li img {height:50px;}
	#pss ul.step_wrap li h6 {font-size:19px; margin:22px 0 18px;}
	#pss ul.step_wrap li p {font-size:17px; line-height:22px;}
	#pss ul.step_wrap li p.adtxt {font-size:15px; line-height:18px;}
	
	#welfare ul.wfbox {flex-wrap:wrap; justify-content:flex-start;}
	#welfare ul.wfbox li {width:32.3333%; margin:0.5%; padding:25px 20px; border-radius:12px;}
	#welfare ul.wfbox li img {height:85px;}
	#welfare ul.wfbox li .txt h6 {font-size:18px; margin:22px 0 16px;}
	#welfare ul.wfbox li .txt p {font-size:16px; line-height:22px;}
	
}

@media (max-width:639px){
	.mt30 {margin-top:18px;}
	.mt60 {margin-top:25px;}
	.mt100 {margin-top:50px;}
	.mb10 {margin-bottom:5px !important;}
	.mb30 {margin-bottom:18px;}
	
	.ctt_provision, .ctt_privacy {padding:0 !important; font-size:15px; line-height:20px; background:none; border:none;}
	
	h4.stit {font-size:22px; line-height:28px; margin-bottom:15px;}
	h4.stit span.stxt {font-size:0.75em;}
	
	#greeting p.ttxt {font-size:16px; line-height:22px; margin:15px 0 20px;}
	#greeting .txt {margin-top:25px;}
	#greeting .txt p {font-size:15px; line-height:20px; margin-top:20px;}
	#greeting .txt p.sign {margin-top:30px;}
	
	#customer .img { margin-bottom:20px;}
	#customer .img img {width:120px;}
	#customer p.ttxt {margin:15px 0 25px;}
	#customer a.tel {font-size:18px; padding:13px 25px;}
	
	#vision p.vs_txt {font-size:17px; line-height:26px;}
	#vision ul.ms_wrap li {width:100%; margin:1% 0; padding:28px; border-radius:16px;}
	#vision ul.ms_wrap li img {height:55px;}
	#vision ul.ms_wrap li h5 {font-size:20px; margin-top:25px;}
	#vision ul.ms_wrap li h6 {font-size:17px; margin:10px 0 15px; }
	#vision ul.ms_wrap li p {font-size:15px; line-height:20px;}
	
	#location .root_daum_roughmap_landing {height:320px;}
	#location ul.info_box {margin-top:0px;}
	#location ul.info_box li {padding:25px 0; margin:0; border-bottom:1px solid #e7e7e7;}
	#location ul.info_box li .icon {width:30%; max-width:70px; height:70px; line-height:70px;}
	#location ul.info_box li .icon i.fa-map-marker {font-size:20px;}
	#location ul.info_box li .icon i.fa-car {font-size:17px;}
	#location ul.info_box li .txt {width:70%;}
	#location ul.info_box li .txt h6 {font-size:16px;}
	#location ul.info_box li .txt p {font-size:15px; line-height:20px; margin-top:5px;}
	#location ul.info_box li .txt.add2 {width:100%; display:block;}
	#location ul.info_box li .txt.add2 > div {width:100%;}
	#location ul.info_box li .txt.add2 > div:first-child {margin-bottom:15px;}
	
	.business p.info_txt {font-size:15px; line-height:21px;}
	.business h5.itit {font-size:19px; margin-bottom:15px;}
	.business .img_box {padding:25px; border-radius:16px;}
	.business .img_box img {max-width:320px;}
	.business ul.chk_list {padding:20px; border-radius:6px;}
	.business ul.chk_list li {padding-left:20px; font-size:14px; line-height:18px; margin-bottom:5px;}
		
	#pm_rnd  ul.ibox_wrap li {padding:25px 5px;}
	#pm_rnd  ul.ibox_wrap li .txt h5.itit {line-height:27px;}
	#pm_rnd  ul.ibox_wrap li .txt p {font-size:15px; line-height:22px;}
	#pm_rnd  ul.ibox_wrap li .img {margin-top:25px;}
	#pm_rnd  ul.ibox_wrap li .img .imgbox {padding:18px; border-radius:10px;}
	#pm_rnd .prc_img a.img_view {display:inline-block;}
	
	#cm_rnd .pd_img {padding:0; border-radius:0; border:none;}
	#cm_rnd .dfr_icon {display:block;}
	#cm_rnd .dfr_icon li {width:100%; margin:8px 0; padding:25px; border-radius:10px;}
	#cm_rnd .dfr_icon li img {height:85px;}
	#cm_rnd .dfr_icon li p {font-size:15px; line-height:22px; margin-top:15px;}
	#cm_rnd .mgn_img {margin:25px auto;}
	#cm_rnd .mgn_img li {border-radius:10px;}
	#cm_rnd .mgn_img li p {font-size:16px; padding:15px;}
	#cm_rnd .dfr_tb > div h6 {font-size:16px; padding:16px 0;}
	#cm_rnd .dfr_tb > div ul li {font-size:15px; padding:16px 0;}
	
	#esg .gr_box {padding:28px 0 25px; display:block; }
	#esg .gr_box .tit {position:relative; padding-left:74px; width:100%;}
	#esg .gr_box .tit h4 {font-size:20px;}
	#esg .gr_box .tit p {font-size:16px; margin:12px 0 0;}
	#esg .gr_box .tit img {height:56px; position:absolute; left:0; top:0;}
	#esg .gr_box .cont_wrap {width:100%; display:block; margin-top:25px;}
	#esg .gr_box .cont_wrap .box {width:100%; display:flex; padding:0; margin:10px 0;}
	#esg .gr_box .cont_wrap .box .img {width:40%;}
	#esg .gr_box .cont_wrap .box .txt {width:60%; margin:0; padding-left:25px;}
	#esg .gr_box .cont_wrap .box .txt h5 {font-size:16px;}
	#esg .gr_box .cont_wrap .box .txt ul {margin-top:10px;}
	#esg .gr_box .cont_wrap .box .txt ul li {padding-left:13px; font-size:15px; line-height:20px; margin:4px 0;}
	
	#ethic ul.eth_ct li {padding:20px 2px;}
	#ethic ul.eth_ct li h6 {font-size:16px;}
	#ethic ul.eth_ct li p {font-size:15px; line-height:20px; margin-top:10px;}
	
	#pss ul.aces {margin-top:15px;}
	#pss ul.aces li {padding:22px; border-radius:10px;}
	#pss ul.aces li b {font-size:32px;}
	#pss ul.aces li h6 {font-size:18px; margin:12px 0;}
	#pss ul.aces li p {font-size:15px; line-height:20px;}
	#pss ul.step_wrap li {margin-bottom:0;}
	#pss ul.step_wrap li:nth-child(odd) {width:48%; margin:1%; padding:22px; border-radius:10px;}
	#pss ul.step_wrap li:nth-child(even) {display:none;}
	#pss ul.step_wrap li img {height:45px;}
	#pss ul.step_wrap li h6 {font-size:17px; margin:22px 0 15px;}
	#pss ul.step_wrap li p {font-size:15px; line-height:20px;}
	#pss ul.step_wrap li p.adtxt {font-size:14px; line-height:18px; margin-top:3px;}
	
	#welfare ul.wfbox {}
	#welfare ul.wfbox li {width:48%; margin:1%;  padding:20px 20px; border-radius:10px;}
	#welfare ul.wfbox li img {height:75px;}
	#welfare ul.wfbox li .txt h6 {font-size:16px; margin:20px 0 14px;}
	#welfare ul.wfbox li .txt p {font-size:15px; line-height:20px;}
	
	
}

@media (max-width:399px){
	.mt30 {margin-top:16px;}
	.mt100 {margin-top:40px;}
	.mb30 {margin-bottom:16px;}
	
	.ctt_provision, .ctt_privacy {font-size:14px; line-height:18px;} 
	
	h4.stit {font-size:21px; line-height:26px; margin-bottom:12px;}
	
	#greeting p.ttxt {line-height:20px;}
	#greeting p.ttxt br {display:none;}
	
	#customer .img { margin-bottom:18px;}
	#customer .img img {width:110px;}
	#customer p.ttxt {margin:13px 0 22px;}
	#customer a.tel {font-size:17px;}
	
	#vision p.vs_txt {font-size:16px; line-height:24px;}
	#vision ul.ms_wrap li {padding:25px; border-radius:14px;}
	#vision ul.ms_wrap li img {height:52px;}
	#vision ul.ms_wrap li h5 {font-size:19px; margin-top:22px;}
	#vision ul.ms_wrap li h6 {font-size:16px; margin:10px 0 15px;}
	
	.business ul.chk_list {padding:18px; border-radius:5px;}
	.business ul.chk_list li {padding-left:18px;}
		
	#pm_rnd  ul.ibox_wrap li {padding:22px 2px;}
	#pm_rnd  ul.ibox_wrap li .txt h5.itit {line-height:26px;}
	#pm_rnd  ul.ibox_wrap li .img .imgbox {padding:15px; border-radius:8px;}
	#pm_rnd .prc_img a.img_view {font-size:13px; padding:10px 18px;}
	
	#cm_rnd .pd_img {margin:35px 0; padding:0 5px;}
	#cm_rnd .dfr_icon li {margin:6px 0; padding:20px; border-radius:8px;}
	#cm_rnd .dfr_icon li img {height:80px;}
	#cm_rnd .mgn_img li {border-radius:8px;}
	#cm_rnd .mgn_img li p {font-size:15px; padding:14px;}
	#cm_rnd .dfr_tb > div h6 {font-size:15px; padding:15px 0; letter-spacing:-0.03em;}
	#cm_rnd .dfr_tb > div ul li {font-size:14px; padding:15px 0; letter-spacing:-0.03em;}
	#cm_rnd .dfr_tb > div ul li b {letter-spacing:-0.05em;}
	
	#esg .gr_box {padding:25px 0 20px;}
	#esg .gr_box .tit {padding-left:74px;}
	#esg .gr_box .tit h4 {font-size:19px;}
	#esg .gr_box .tit p {font-size:15px; margin:10px 0 0;}
	#esg .gr_box .tit img {height:54px;}
	#esg .gr_box .cont_wrap {margin-top:20px;}
	#esg .gr_box .cont_wrap .box {margin:8px 0;}
	#esg .gr_box .cont_wrap .box .img {width:45%;}
	#esg .gr_box .cont_wrap .box .txt {width:55%;}
	#esg .gr_box .cont_wrap .box .txt {padding-left:20px;}
	#esg .gr_box .cont_wrap .box .txt h5 {font-size:15px;}
	#esg .gr_box .cont_wrap .box .txt ul {margin-top:8px;}
	#esg .gr_box .cont_wrap .box .txt ul li {padding-left:12px; font-size:14px; line-height:18px; margin:3px 0;}
	
	#ethic ul.eth_ct li {padding:18px 2px;}	
	
	#pss ul.aces li {width:100%; margin:3px 0; padding:18px 20px; border-radius:8px;}
	#pss ul.aces li h6 {margin:10px 0;}
	#pss ul.step_wrap li:nth-child(odd) {width:100%; margin:3px 0; padding:20px; border-radius:8px;}
	#pss ul.step_wrap li h6 {font-size:17px; margin:20px 0 14px;}
	
	#welfare ul.wfbox {}
	#welfare ul.wfbox li {padding:18px 12px; border-radius:8px;}
	#welfare ul.wfbox li img {height:72px;}
	#welfare ul.wfbox li .txt h6 {font-size:16px; margin:18px 0 12px;}
	#welfare ul.wfbox li .txt p {max-width:140px; margin:0 auto;}
	
}


/* 하단 레이아웃 */
#ft {position:relative; background:#252c3c;}
#ft .inner {width:96%; margin:0 auto;}
#ft .link_wrap {width:100%; background:#293040;}
#ft .link_wrap .inner {height:70px; display:flex; justify-content:space-between; align-items:center;}
#ft .link_wrap ul {display:flex; align-items:center;}
#ft .link_wrap ul li {font-size:15px; color:#fff; opacity:0.4; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .link_wrap ul li.mb_view {display:none;}
#ft .link_wrap ul li:after {content:"·"; margin:0 10px;}
#ft .link_wrap ul li:last-child:after {display:none;} 
#ft .link_wrap ul li a {color:#fff;}
#ft .link_wrap ul li:hover {opacity:0.5;}
#ft .link_wrap select.family_site {width:200px; padding:0 20px; height:40px; font-size:15px; color:#94969a; border:none; background:#212633 url('/img/select_bg.gif') no-repeat right center;}
#ft .link_wrap select.family_site:focus {outline:none;}

#ft .ft_sitemap {padding:40px 0 70px; display:flex; justify-content:space-between;}
#ft .ft_sitemap ul.sitemap {width:100%; max-width:740px; display:flex; align-content:space-between; flex-wrap:wrap;}
#ft .ft_sitemap ul.sitemap li.st_li {width:16.6666%; line-height:32px;}
#ft .ft_sitemap ul.sitemap li.st_li h5.st_tit {font-size:16px; font-weight:400; color:#fff; opacity:0.4;}
#ft .ft_sitemap ul.sitemap li.st_li:last-child {display:none;}
#ft .ft_sitemap ul.sitemap li.st_li ul {}
#ft .ft_sitemap ul.sitemap li.st_li ul li {}
#ft .ft_sitemap ul.sitemap li.st_li ul li a {font-size:14px; color:#fff; font-weight:300; opacity:0.4; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .ft_sitemap ul.sitemap li.st_li ul li a:hover {opacity:0.6;}
#ft .ft_sitemap  a.ft_logo {filter:brightness(0) invert(1);}
#ft .ft_sitemap  a.ft_logo img {max-width:110px; opacity:0.4;}

#ft .ft_copy {}
#ft .ft_copy .inner {padding:40px 0 50px; display:flex; justify-content:space-between; border-top:1px solid #3b4250;} 
#ft .ft_copy a.ft_logo {display:none; filter:brightness(0) invert(1);}
#ft .ft_copy a.ft_logo img {max-width:110px; opacity:0.4;}
#ft .ft_copy p {font-size:14px; line-height:32px; color:#fff; opacity:0.4;}
#ft .ft_copy p.cpn {width:70%; max-width:1060px;}
#ft .ft_copy p.cpn span {display:inline-block; margin-right:40px;}
#ft .ft_copy p.copy {}
#ft .ft_copy p.copy span {}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#121418;border:0; border-radius:50%; z-index:999; color:#fff; opacity:0;
transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#top_btn:hover {background:#18377c;}
#top_btn.show {opacity: 1;}

 @media (max-width: 969px){
	#ft .inner {width:94%;}
	#ft .link_wrap .inner {height:65px;}
	#ft .link_wrap ul li:after {margin:0 8px;}
	#ft .link_wrap select.family_site {width:180px; padding:0 15px;}
	
	#ft .ft_sitemap {padding:30px 0; display:block;}
	#ft .ft_sitemap ul.sitemap {width:100%; max-width:100%;}
	#ft .ft_sitemap ul.sitemap li.st_li {width:16.6666%; line-height:32px;}
	#ft .ft_sitemap ul.sitemap li.st_li h5.st_tit {font-size:16px;}
	#ft .ft_sitemap ul.sitemap li.st_li ul li a {font-size:14px;}
	#ft .ft_sitemap  a.ft_logo {display:none;}
	
	#ft .ft_copy {}
	#ft .ft_copy .inner {padding:30px 0; display:block;} 
	#ft .ft_copy a.ft_logo {display:inline-block;}
	#ft .ft_copy a.ft_logo img {max-width:100px;}
	#ft .ft_copy p {line-height:30px; margin-top:25px;}
	#ft .ft_copy p.cpn {width:100%; max-width:100%;}
	#ft .ft_copy p.cpn span {margin-right:35px;}
	 
 }
 @media (max-width: 639px){
	#ft .inner {width:92%;}
	#ft .link_wrap .inner {height:54px;}
	#ft .link_wrap ul li {margin-right:12px; font-size:14px;}
	#ft .link_wrap ul li:after {display:none;}
	#ft .link_wrap select.family_site {position:absolute; top:80px; right:4%;width:140px; font-size:14px; padding:0 12px;}
	
	#ft .ft_sitemap {display:none;}
	
	#ft .ft_copy {}
	#ft .ft_copy .inner {border-top:none;} 
	#ft .ft_copy a.ft_logo img {max-width:94px;}
	#ft .ft_copy p {line-height:25px;}
	#ft .ft_copy p.cpn span {margin-right:30px;}
	
	#top_btn{bottom:15px;right:15px;width:45px;height:45px; font-size:0.9em;}
	 
 }
 @media (max-width: 399px){
	#ft .link_wrap .inner {height:52px;}
	#ft .link_wrap ul li {font-size:13px;}
	#ft .link_wrap select.family_site {top:78px;}
	
	#ft .ft_copy a.ft_logo img {max-width:90px;}
	#ft .ft_copy p {font-size:13px; line-height:24px;}
	#ft .ft_copy p.cpn span {margin-right:30px;}
	 
 }


/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #1b0075;border-color:#1b0075;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none; font-size:12px;}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px}
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #1b0075;background:#1b0075;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {border:0;background:#1b0075;border:1px solid #1b0075;color:#fff;cursor:pointer}
.btn_submit:hover{background:#27098b;}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}
 @media (max-width: 639px){
     .btn {font-size:0.9em; padding:0 10px;}     
 }
  @media (max-width: 399px){
     .btn {font-size:0.8em; padding:0 8px;}     
 }
/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#e7e7e7;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#1b0075;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#27098b;}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:0px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d7d7d7;background:#fff;color:#000;vertical-align:middle;padding:10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #aaa;}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {padding:2px 5px;color:#fff; background:#333;}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:300;margin-right:10px}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}
